Skip to content

feat(recoverer): migrate recoverer daemon to Go - #5877

Merged
michaelkedar merged 2 commits into
google:masterfrom
michaelkedar:🐍🚮
Aug 20, 2026

Hidden character warning

The head ref may contain hidden characters: "\ud83d\udc0d\ud83d\udeae"
Merged

feat(recoverer): migrate recoverer daemon to Go#5877
michaelkedar merged 2 commits into
google:masterfrom
michaelkedar:🐍🚮

Conversation

@michaelkedar

Copy link
Copy Markdown
Member

Migrates the legacy Python recoverer service to Go (go/cmd/recoverer/, go/internal/recoverer/).

  • Implement core recovery handlers in Go: gcs_retry, gcs_missing (via Gitter, GCS, REST), and gcs_gen_mismatch (Datastore transaction + GCS generation match).
  • Add OpenTelemetry tracing and structured logging.
  • Add recoverer distroless build target in go/Dockerfile and update GKE/Cloud Deploy configs.
  • Remove legacy Python recoverer files, tests, and CI steps.

Migrates the legacy Python recoverer service to Go (go/cmd/recoverer/, go/internal/recoverer/).

- Implement core recovery handlers in Go: gcs_retry, gcs_missing (via Gitter, GCS, REST), and gcs_gen_mismatch (Datastore transaction + GCS generation match).
- Add OpenTelemetry tracing and structured logging.
- Add recoverer distroless build target in go/Dockerfile and update GKE/Cloud Deploy configs.
- Remove legacy Python recoverer files, tests, and CI steps.
@michaelkedar
michaelkedar requested review from a team and jess-lowe August 20, 2026 03:50

@jess-lowe jess-lowe left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems reasonable

@michaelkedar
michaelkedar merged commit 8e3c7dd into google:master Aug 20, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants